home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGSHAPEPROPERTIES / TDLGSHAPEPROPERTIES.txt
Text File  |  2004-12-09  |  5KB  |  230 lines

  1. object dlgShapeProperties: TdlgShapeProperties
  2.   Left = 479
  3.   Top = 350
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Shape Properties'
  7.   ClientHeight = 312
  8.   ClientWidth = 550
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyUp = FormKeyUp
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 289
  27.     Height = 261
  28.     Shape = bsFrame
  29.   end
  30.   object Label1: TLabel
  31.     Left = 24
  32.     Top = 30
  33.     Width = 34
  34.     Height = 13
  35.     Caption = 'Shape:'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 54
  39.     Top = 92
  40.     Width = 27
  41.     Height = 13
  42.     Caption = 'Color:'
  43.   end
  44.   object lblColor: TLabel
  45.     Left = 54
  46.     Top = 180
  47.     Width = 27
  48.     Height = 13
  49.     Caption = 'Color:'
  50.   end
  51.   object lblFrameWidth: TLabel
  52.     Left = 54
  53.     Top = 121
  54.     Width = 31
  55.     Height = 13
  56.     Caption = 'Width:'
  57.   end
  58.   object lblColor2: TLabel
  59.     Left = 54
  60.     Top = 237
  61.     Width = 36
  62.     Height = 13
  63.     Caption = 'Color 2:'
  64.     Enabled = False
  65.   end
  66.   object lblGradient: TLabel
  67.     Left = 54
  68.     Top = 208
  69.     Width = 43
  70.     Height = 13
  71.     Caption = 'Gradient:'
  72.   end
  73.   object grpPreview: TGroupBox
  74.     Left = 307
  75.     Top = 3
  76.     Width = 233
  77.     Height = 266
  78.     Caption = 'Preview'
  79.     TabOrder = 10
  80.     object ShapeSample: TXShape
  81.       Left = 10
  82.       Top = 23
  83.       Width = 213
  84.       Height = 232
  85.       ActiveMouse = False
  86.       MouseMode = mmfixed
  87.       Selected = False
  88.       UserFixedRatio = False
  89.       Brush.Color = clYellow
  90.       Shape = jstCircle
  91.       GradientStyle = jgdNone
  92.       GradientColor = clBlack
  93.       UserVectorString = 'usrRectangle=0,0,1,0,1,1,0,1'
  94.     end
  95.   end
  96.   object cmbShape: TComboBox
  97.     Left = 64
  98.     Top = 24
  99.     Width = 215
  100.     Height = 24
  101.     Hint = 'Please select your desired shape from this dropdown box'
  102.     Style = csOwnerDrawFixed
  103.     ItemHeight = 18
  104.     ParentShowHint = False
  105.     ShowHint = True
  106.     TabOrder = 0
  107.     OnChange = cmbShapeChange
  108.     OnDrawItem = cmbShapeDrawItem
  109.   end
  110.   object chkFrame: TCheckBox
  111.     Left = 24
  112.     Top = 64
  113.     Width = 185
  114.     Height = 17
  115.     Hint = 'If this is checked then a frame will be placed around the shape'
  116.     Caption = 'Shape has visible frame'
  117.     Checked = True
  118.     ParentShowHint = False
  119.     ShowHint = True
  120.     State = cbChecked
  121.     TabOrder = 1
  122.     OnClick = chkFrameClick
  123.   end
  124.   object cmbFrameColor: TColorComboBox
  125.     Left = 102
  126.     Top = 88
  127.     Width = 145
  128.     Height = 22
  129.     Hint = 'Specify the color of the shape frame by clicking here'
  130.     HTMLcolor = '#000000'
  131.     ColorValue = clBlack
  132.     ParentShowHint = False
  133.     ShowHint = True
  134.     TabOrder = 2
  135.     OnChange = cmbFrameColorChange
  136.   end
  137.   object spnframewidth: TSpinEdit
  138.     Left = 102
  139.     Top = 116
  140.     Width = 69
  141.     Height = 22
  142.     Hint = 'Specify the width of the shape'#39's frame'
  143.     MaxValue = 100
  144.     MinValue = 1
  145.     ParentShowHint = False
  146.     ShowHint = True
  147.     TabOrder = 3
  148.     Value = 1
  149.     OnChange = spnframewidthChange
  150.   end
  151.   object chkfill: TCheckBox
  152.     Left = 24
  153.     Top = 152
  154.     Width = 161
  155.     Height = 17
  156.     Hint = 
  157.       'Check this option if you would like your shape to have a solid f' +
  158.       'ill of color, otherwise it will be transparent'
  159.     Caption = 'Shape has solid fill'
  160.     Checked = True
  161.     ParentShowHint = False
  162.     ShowHint = True
  163.     State = cbChecked
  164.     TabOrder = 4
  165.     OnClick = chkfillClick
  166.   end
  167.   object cmbFillColor: TColorComboBox
  168.     Left = 102
  169.     Top = 176
  170.     Width = 145
  171.     Height = 22
  172.     Hint = 'Specify the color of the shape fill by clicking here'
  173.     HTMLcolor = '#FFFF00'
  174.     ColorValue = clYellow
  175.     ParentShowHint = False
  176.     ShowHint = True
  177.     TabOrder = 5
  178.     OnChange = cmbFrameColorChange
  179.   end
  180.   object btnOK: TsitBitBtn
  181.     Left = 367
  182.     Top = 277
  183.     Width = 83
  184.     Height = 25
  185.     Caption = 'OK'
  186.     Default = True
  187.     ModalResult = 1
  188.     TabOrder = 8
  189.     OnClick = btnOKClick
  190.     Images = frmMain.ImageList1
  191.     ImageIndex = 0
  192.   end
  193.   object btnCancel: TsitBitBtn
  194.     Left = 456
  195.     Top = 277
  196.     Width = 83
  197.     Height = 25
  198.     Cancel = True
  199.     Caption = 'Cancel'
  200.     ModalResult = 2
  201.     TabOrder = 9
  202.     Images = frmMain.ImageList1
  203.     ImageIndex = 1
  204.   end
  205.   object cmbFillColor2: TColorComboBox
  206.     Left = 102
  207.     Top = 232
  208.     Width = 145
  209.     Height = 22
  210.     Hint = 'Specify the second color of a gradient fill'
  211.     HTMLcolor = '#FFFF00'
  212.     ColorValue = clYellow
  213.     Enabled = False
  214.     ParentShowHint = False
  215.     ShowHint = True
  216.     TabOrder = 7
  217.     OnChange = cmbFrameColorChange
  218.   end
  219.   object cmbGradientStyle: TComboBox
  220.     Left = 102
  221.     Top = 204
  222.     Width = 145
  223.     Height = 21
  224.     Style = csDropDownList
  225.     ItemHeight = 13
  226.     TabOrder = 6
  227.     OnChange = chkfillClick
  228.   end
  229. end
  230.